BaseCanvasViewService.selectDockableByType Method
Finds the dockable with the given type, and selects it (expands it, or shows it if already expanded).
If the dockable is on the taskbar, it will be moved to a dockable area.
Parameters
- dockableType
-
Type: DockableTypes
The type of the dockable to find and select.
Return Value
Type: Dockable
The found dockable that was selected, or null if not found.